Ahmet Alp Balkan is an independent developer whose open-source utilities have become quiet staples of the Kubernetes ecosystem. Focused on shaving seconds off repetitive kubectl workflows, Balkan publishes kubectx and kubens, two minimalist CLI tools that replace cumbersome multi-step commands with single, memorable keystrokes. kubectx lets operators bounce among dozens of clusters without touching kubeconfig files, while kubens provides the same friction-less hop between namespaces inside any active cluster. Both utilities are written in portable shell and Go, install in seconds on Windows, macOS, or Linux, and integrate transparently with existing kubectl aliases and shell completions. Typical use cases range from local development where engineers constantly flip between staging and production contexts, to large SRE desks that monitor hundreds of namespaces spread across federated clusters. Because the tools only manipulate kubeconfig’s current context, they remain compatible with every Kubernetes distribution, from Minikube and Kind to managed services such as EKS, AKS, and GKE. The projects are maintained publicly on GitHub, accepting community pull requests and releasing signed binaries for secure enterprise adoption. Ahmet Alp Balkan’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources like winget, always fetch the latest upstream releases, and can be queued for batch installation alongside other Kubernetes utilities.

kubectx

Faster way to switch between clusters in kubectl

Details
kubens

Faster way to switch between namespaces in kubectl

Details